home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2002 November / SGI IRIX Base Documentation 2002 November.iso / usr / share / catman / p_man / cat3 / libelf / elf_getbase.z / elf_getbase
Encoding:
Text File  |  2002-10-03  |  1.1 KB  |  30 lines

  1. ELF_GETBASE(3E)                                      Last changed: 10-13-98
  2.  
  3.  
  4. NNAAMMEE
  5.      eellff__ggeettbbaassee - Gets the base offset for an object file
  6.  
  7. SSYYNNOOPPSSIISS
  8.      cccc [_f_l_a_g ...] _f_i_l_e ...  --lleellff [_l_i_b_r_a_r_y ...]
  9.  
  10.      ##iinncclluuddee <<lliibbeellff..hh>>
  11.  
  12.      ooffff__tt eellff__ggeettbbaassee((EEllff **eellff));;
  13.  
  14. IIMMPPLLEEMMEENNTTAATTIIOONN
  15.      IRIX systems
  16.  
  17. DDEESSCCRRIIPPTTIIOONN
  18.      eellff__ggeettbbaassee returns the file offset of the first byte of the file or
  19.      archive member associated with eellff, if it is known or obtainable, and
  20.      -1 otherwise.  A null eellff is allowed, to simplify error handling; the
  21.      return value in this case is -1.  The base offset of an archive member
  22.      is the beginning of the member's information, not the beginning of the
  23.      archive member header.
  24.  
  25. SSEEEE AALLSSOO
  26.      eellff(3E), eellff__bbeeggiinn(3E), aarr(4)
  27.  
  28.      This man page is available only online.
  29.  
  30.